home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / CHIP Turkiye Ocak 1997.iso / oyun / n2demo / -install.bat next >
DOS Batch File  |  1996-10-19  |  203b  |  14 lines

  1. @echo off
  2. \writeini COPY
  3. call install
  4. if not exist %TEMP%\WRITEINI.EXE goto NOTEMP
  5. %TEMP%\writeini N2DEMO
  6. goto END
  7. :NOTEMP
  8. c:\writeini N2DEMO
  9. :END
  10. setup
  11. if NOT .%1==. goto EXIT
  12. n2demo
  13. :EXIT
  14.